home *** CD-ROM | disk | FTP | other *** search
/ KWIKEE Auto Advertising System 1999 1 / KWIKEE Auto Advertising System 1999 - 1.iso / mac / Applications / CAMS Interactive / setup.dir / 00008_Script_8 < prev    next >
Text File  |  1997-06-09  |  308b  |  19 lines

  1. on startMovie
  2.   repeat with i = 30 to 37
  3.     set the visible of sprite i to FALSE
  4.   end repeat
  5. end
  6.  
  7.  
  8. on indexRoll
  9.   repeat with i = 30 to 37
  10.     if rollover (i) then
  11.       set the visible of sprite i to TRUE
  12.     else
  13.       set the visible of sprite i to FALSE
  14.     end if
  15.   end repeat
  16. end
  17.  
  18.  
  19.